|
|
|
|
ButtonAlignment Property, ScrollingClass Class |
Defines the alignment of the scroll buttons.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonAlignment As ButtonAlignmentEnum |
C# |
public ButtonAlignmentEnum ButtonAlignment { get; set; } |
C++ |
public: property ButtonAlignmentEnum ButtonAlignment { |
Property Value
The button alignment.
Value |
Description |
|
0 | The buttons appear near the tab control's visible border (touching the border of the tab page). | |
1 | The buttons appear centered within the tab control's visible border and the outside edge of the tab control window. | |
2 | The buttons appear aligned with the outside edge of the tab control window. |
The default value is ButtonAlignmentEnum.Near.
Comments
The ButtonAlignment property defines the alignment of the scroll buttons.
The alignment of the Close, Minimize and Restore buttons is defined using the Buttons.Alignment property.